runtime.m.lockedExt (field)
12 uses
runtime (current package)
debugcall.go#L141: lockedExt = mp.lockedExt
debugcall.go#L142: mp.lockedExt = 0
debugcall.go#L183: mp.lockedExt = lockedExt
proc.go#L2401: if gp := getg(); gp != nil && gp.m != nil && (gp.m.lockedExt != 0 || gp.m.incgo) && GOOS != "plan9" {
proc.go#L3918: mp.lockedExt = 0
proc.go#L4791: gp.m.lockedExt++
proc.go#L4792: if gp.m.lockedExt == 0 {
proc.go#L4793: gp.m.lockedExt--
proc.go#L4815: if gp.m.lockedInt != 0 || gp.m.lockedExt != 0 {
proc.go#L4838: if gp.m.lockedExt == 0 {
proc.go#L4841: gp.m.lockedExt--
runtime2.go#L578: lockedExt uint32 // tracking for external LockOSThread
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |